home *** CD-ROM | disk | FTP | other *** search
/ Adventure Games / Adventure Games 1.iso / panic / panic.exe / panic.DXR / 00295.ls < prev    next >
Encoding:
Text File  |  1995-08-24  |  116 b   |  7 lines

  1. on mouseDown
  2.   set whichSprite to the clickOn
  3.   if pressButton(whichSprite) then
  4.     setFortuneFrame()
  5.   end if
  6. end
  7.